home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 February: Tool Chest / Dev.CD Feb 94.toast / Tool Chest / Development Platforms / Apple II / Essentials / MPW IIGS Interfaces / AIIGSIncludes / E16.Font < prev    next >
Encoding:
Text File  |  1993-06-15  |  1.8 KB  |  65 lines  |  [TEXT/MPS ]

  1. ; File:  E16.Font
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-91
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. fmDupStartUpErr EQU $1B01  ; duplicate FMStartUp call
  9. fmResetErr EQU $1B02  ; can't reset the Font Manager
  10. fmNotActiveErr EQU $1B03  ; Font Manager not active
  11. fmFamNotFndErr EQU $1B04  ; family not found
  12. fmFontNtFndErr EQU $1B05  ; font not found
  13. fmFontMemErr EQU $1B06  ; font not in memory
  14. fmSysFontErr EQU $1B07  ; system font cannot be purgeable
  15. fmBadFamNumErr EQU $1B08  ; illegal family number
  16. fmBadSizeErr EQU $1B09  ; illegal size
  17. fmBadNameErr EQU $1B0A  ; illegal name length
  18. fmMenuErr EQU $1B0B  ; fix font menu never called
  19. fmScaleSizeErr EQU $1B0C  ; scaled size of font exeeds limits
  20. fmBadParmErr EQU $1B0D
  21. chicago EQU $FFFD
  22. shaston EQU $FFFE
  23. systemFont0 EQU $0000
  24. systemFont1 EQU $0001
  25. newYork EQU $0002
  26. geneva EQU $0003
  27. monaco EQU $0004
  28. venice EQU $0005
  29. london EQU $0006
  30. athens EQU $0007
  31. sanFrancisco EQU $0008
  32. toronto EQU $0009
  33. cairo EQU $000B
  34. losAngeles EQU $000C
  35. zapfDingbats EQU $000D
  36. bookman EQU $000E
  37. helveticaNarrow EQU $000F
  38. palatino EQU $0010
  39. zapfChancery EQU $0012
  40. times EQU $0014
  41. helvetica EQU $0015
  42. courier EQU $0016
  43. symbol EQU $0017
  44. taliesin EQU $0018
  45. avanteGarde EQU $0021
  46. newCenturySchoolbook EQU $0022
  47. baseOnlyBit EQU $0020  ; FamSpecBits
  48. notBaseBit EQU $0020  ; FamStatBits
  49. memOnlyBit EQU $0001  ; FontSpecBits
  50. realOnlyBit EQU $0002  ; FontSpecBits
  51. anyFamBit EQU $0004  ; FontSpecBits
  52. anyStyleBit EQU $0008  ; FontSpecBits
  53. anySizeBit EQU $0010  ; FontSpecBits
  54. memBit EQU $0001  ; FontStatBits
  55. unrealBit EQU $0002  ; FontStatBits
  56. apFamBit EQU $0004  ; FontStatBits
  57. apVarBit EQU $0008  ; FontStatBits
  58. purgeBit EQU $0010  ; FontStatBits
  59. notDiskBit EQU $0020  ; FontStatBits
  60. notFoundBit EQU $8000  ; FontStatBits
  61. dontScaleBit EQU $0001  ; Scale Word
  62. ; offset constants for FontStatRec
  63. oresultID EQU 0
  64. oresultStats EQU 4
  65.